@font-face {
    font-family: "Source Han Sans CN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.otf") format("truetype");
}

HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    font-weight: 400;
    border: none;

    margin: 0;
    padding: 0;
}

HTML, body {
    font-size: 16px !important;
}

li {
    list-style: none;
}

a, a:hover, a:focus {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    outline: none;
    list-style: none;

}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.mb-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-60 {
    margin-top: 60px;
}

.pt-136 {
    padding-top: 136px;
}

.pb-136 {
    padding-bottom: 136px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-90 {
    margin-top: 90px;
}

.ft-20 {
    font-size: 20px !important;
}

.pt-40 {
    padding-top: 40px;
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos="fade-mid"] {
    width: 100%;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-aos="fade-up"] {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

[data-aos="fade-down"] {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

[data-aos="fade-right"] {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

[data-aos="fade-left"] {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

[data-aos="zoom-in"] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
    transition-timing-function: cubic-bezier(0.8, 0.6, 0.2, 0.1);
}

body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
    transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
    transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
    transition-delay: 400ms;
}

body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
    transition-delay: 300ms;
}

@media (min-width: 700px) {
    .container {
        width: 1400px;
        padding: 0;
    }

    body {
        min-width: 1400px;
    }

    .infos .container {
        width: 1200px;
        padding: 0;
    }

    .web {
        display: block;

    }

    .phone {
        display: none !important;
    }
}

@media (max-width: 700px) {
    /*.container {*/
    /*width: 1400px;*/
    /*padding: 0;*/
    /*}*/
    body {
        min-width: inherit;
    }

    .infos .container {
        width: auto;
        /*padding: 0;*/
    }

    .web {
        display: none !important;

    }

    .phone {
        display: block;
    }
}

/*底部*/
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

footer {
    background: #282F3D;
    padding: 80px 0;
    color: #7C8398;
}

footer a, footer a:hover, a:focus {
    color: #7C8398;
}

footer .container {
    display: flex;

}

.footer-left {
    width: 30%;
    position: relative;
}

.footer-left img {
    width: 185px;
    height: 54px;
    position: relative;
}

.footer-midlle1 {
    width: 15%;
}

.footer-midlle1-title {
    margin-bottom: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.footer-midlle1-li {
    margin-top: 14px;
}

.footer-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.footer-right > div {
    margin-left: 40px;
}

.footer-right img {
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 8px 8px 8px 8px;
    background: #fff;
    margin-bottom: 12px;
}

.footer-left-moble {
    color: #fff;
    font-size: 28px;
}

.footer-left-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-copy {
    margin-top: 50px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 14px;
    justify-content: center;
}

/*头*/
header {
    height: 90px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    z-index: 100004;
}

header.scrolled {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    transition: background-color 200ms linear;
}

.guding {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.gettop {
    position: fixed;
    right: 32px;
    top: 50%;
    z-index: 10002;
}

.lianxi {
    width: 64px;
    height: 204px;
    background: linear-gradient(135deg, #FF917D 0%, #FFC560 100%);
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    border: 2px solid #FFFFFF;
    position: relative;

    cursor: pointer;
}

.lianxi-img {
    width: 48px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    margin-top: 8px;
}

.lianxi-img img {
    width: 48px;
}

.lianxi-info {
    writing-mode: vertical-lr;
    text-align: center;
    margin: auto;
    font-size: 22px;
    padding: 10px 0;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 400;
}

.goup {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: inset 0px 4px 20px 0px rgba(15, 46, 106, 0.16);
    border: 2px solid #FFFFFF;
    display: none;
    border-radius: 100%;
    line-height: 64px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.lianxi-ewm {
    position: absolute;
    right: 84px;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
    text-align: center;
    display: none;
}

.lianxi:hover .lianxi-ewm {
    display: block;
}

.lianxi-ewm img {
    width: 130px;
    height: 130px;
}

.lianxi-ewm-phone {
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    background: linear-gradient(135deg, #FF917D 0%, #FFC560 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 0 16px 0;
}

.lianxi-ewm-des {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 20px;
    margin-top: 5px;
}

.goup img {
    width: 18px;
    position: relative;
    right: -10000px;
    filter: drop-shadow(#8E99B9 -10000px 0);
}

.goup:hover img {
    filter: drop-shadow(#3774EB -10000px 0);
}

.header-nav {
    display: flex;

}

.header-nav-logo {
    width: 15%;
    padding: 25px 0;
}

.header-nav-logo img {
    width: 140px;
    height: 40px;
}

.header-log2 {
    display: none;
}

.header-nav-menu {
    width: 55%;
    color: #fff;
}

.header-nav-btns {
    width: 30%;
    text-align: right;
    padding: 25px 0;
}

.header-nav-btns a {
    width: 100px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    text-decoration: none;
    border-radius: 6px;
}

.header-nav-btns1, .header-nav-btns1:hover {
    color: #3774EB;
    background: #fff;
}

.header-nav-btns2, .header-nav-btns2:hover {
    color: #3774EB;
    background: #fff;

}

.header-nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.header-nav-menu ul li {
    height: 90px;
    margin: 0 20px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding: 25px 0;

}

.header-nav-menu ul li span {
    opacity: 0.7;
}

.header-nav-menu-xia {
    width: 18px;
    padding-left: 2px;
}

.header-toggle {
    position: absolute;
    left: -100px;
    top: 90px;
    background: #fff;
    display: none;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.14);
    border-radius: 12px 12px 12px 12px;
}

.header-toggle2 {
    display: flex;
}

.header-toggle2-left {
    width: 564px;
    padding: 0 26px 40px;
}

.header-toggle2-left a {
    color: #333;
    display: inline-block;
    text-align: center;
    margin-top: 36px;
    width: 128px;
}

.header-toggle2-left a:hover span, .header-toggle3-left a:hover span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-toggle2-left a:hover {

}

.header-toggle2-left-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-toggle2-left-list > div {
    text-align: center;

}

.header-toggle2-left-list img {
    width: 50px;
    height: 50px;
}

.header-toggle2-left-title {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4px;
    color: #333;

}

.header-toggle2-right {
    width: 418px;
    background: #F8F9FC;
    border-radius: 0px 12px 12px 0px;
    padding: 20px;
}

.header-toggle2-right {
    display: flex;
    flex-wrap: wrap;
}

.header-toggle2-right-info1, .header-toggle2-right-info2 {
    width: 184px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;
}

.header-toggle2-right-info2 {
    margin-left: 10px;
}

.header-toggle2-right-info3 {
    width: 378px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;
}

.header-toggle2-right-info1-title, .header-toggle2-right-info1-title:hover {
    position: absolute;
    color: #fff;
    left: 14px;
    bottom: 14px;
    line-height: 19px;
}

.header-toggle2-right-info1-back {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;
}

.header-toggle-san {
    position: absolute;
    border: 10px solid #fff;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom-right-radius: 10px;
    width: 0;
    transform: rotate(225deg);
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    z-index: 10;
    display: none;
}

.header-toggle2-right-info1-to {
    position: absolute;
    right: 14px;
    bottom: 14px;
    line-height: 1;
}

.header-toggle2-right-info1-to img {
    width: 24px;
}

.header-toggle3 {
    display: flex;
}

.header-toggle3-left {
    width: 356px;
    padding: 0 26px 40px;
}

.header-toggle3-right {
    width: 352px;
    background: #F8F9FC;
    border-radius: 0px 12px 12px 0px;
    padding: 20px;
}

.header-toggle3-left-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-toggle3-left a {
    color: #333;
    display: inline-block;
    text-align: center;
    margin-top: 36px;
    width: 152px;
}

.header-toggle3-left-list img {
    width: 50px;
    height: 50px;
}

.header-toggle3-right-info {
    width: 312px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;

}

.header-toggle3-right-inf2 {
    width: 312px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    margin-top: 10px;
}

.header-toggle3-right-info1-title, .header-toggle3-right-info1-title:hover {
    position: absolute;
    color: #fff;
    left: 26px;
    bottom: 26px;
    line-height: 19px;
    border-bottom: 1px solid #fff;
}

.header-toggle3-right-info1-to {
    position: absolute;
    right: 26px;
    bottom: 26px;
    line-height: 1;
}

.header-toggle3-right-info1-to img {
    width: 24px;
}

/*演示*/
.yanshi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10000001;
    display: none;
}

.yanshi-info {
    padding: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 460px;
    height: 464px;
    margin-top: -232px;
    margin-left: -230px;
    background: #fff;
    border-radius: 12px;
    z-index: 1001;
    text-align: center;
}

.yanshi-info-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #333;
}

.yanshi-info-phone {
    margin-top: 4px;
    margin-bottom: 36px;
}

.yanshi-info-phone span {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.yanshi-info img {
    width: 220px;
    height: 220px;
}

.yanshi-info-des {
    font-size: 20px;
    color: #999999;
    margin-top: 16px;
}

.yanshi-shan {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -222px;
    margin-left: 200px;
    z-index: 10001;
    cursor: pointer;

}

.yanshi-shan img {
    width: 18px;
}

/*首页*/
.index-banner {
    width: 100%;
    height: 600px;
}

.index-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.index-mu1, .index-mu2, .index-mu3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index-mu1-name {
    line-height: 75px;
    color: #333;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.index-mu1-title {
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    color: #7C8398;
}

.index-mu1-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-mu1-info {
    margin: 0;
    font-size: 0;

}

.index-mu1-info > div {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/mu1.jpg);
    padding: 60px;
    border-radius: 12px;
    margin-top: 20px;
    width: 49.1%;
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(27, 82, 192, 0.06), 1px 3px 7px 0px rgba(27, 82, 192, 0.06), 6px 12px 13px 0px rgba(27, 82, 192, 0.05), 13px 26px 17px 0px rgba(27, 82, 192, 0.03), 23px 46px 21px 0px rgba(27, 82, 192, 0.01), 36px 72px 22px 0px rgba(27, 82, 192, 0.00);
}

.index-mu1-info > div:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #5C31E8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
    border-width: 3px 0px 0px 3px;
    border-radius: 12px;
}

.index-mu1-info > div:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.index-mu1-info > div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #5C31E8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
    right: 0;
    bottom: 0;
    border-width: 0 3px 3px 0;
    border-radius: 12px;
}

.index-mu1-info > div:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.index-mu1-info > div:nth-child(2n) {
    margin-left: 1.4%;
}

.index-mu1-info-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.index-mu1-info-title span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-mu1-info-des {
    font-weight: 400;
    color: #575E9E;
    line-height: 34px;
    font-size: 24px;
}

.fff {
    color: #fff;
}

.index-mu2-info {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    display: flex;
}

.index-mu2-info-left {
    width: 14.5%;
    border-radius: 12px 0px 0px 12px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 18px 0;
}

.index-mu2-info-left > div {
    height: 64px;
    margin: 8px 0;
    line-height: 64px;
    cursor: pointer;
    position: relative;
}

.index-mu2-info-left > div > span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #D7DAE6;
}

.index-mu2-info-left > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* 位于原本li 下面 */
    z-index: -1;
    height: 100%;
    width: 0;
    /* 动画时长 */
    transition: 0.5s;
    /* 变换的背景色，这里是红色背景色 */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.index-mu2-info-left > div:hover {
    z-index: 100000;
    /*color: #411E7A;*/
}

.index-mu2-info-left > div:hover span {
    color: #FFCA62;
}

.index-mu2-info-left > div:hover::before {
    width: 100%;
}

.index-mu2-info-left .active:before {
    z-index: 100000;
    width: 100%;
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.06) 100%);*/
}

.index-mu2-info-left .active > span {
    color: #FFCA62;
}

.index-mu2-info-right {
    width: 85.5%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 12px 12px 0px;
    padding: 70px 60px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.index-mu2-info-right1 {
    width: 40%;
    padding: 20px 0;
    position: relative;
    min-height: 20px;
}

.index-mu2-info-right2 {
    width: 60%;
    height: 100%;
}

@keyframes example {
    from {
        top: 200px;
    }
    to {
        top: 0;
    }
}

.index-mu2-info-right2 video {
    width: 100%;
    height: 335px;
    border-radius: 12px;
    object-fit: cover;
}

.index-mu2-info-right-title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;

}

.index-mu2-info-right-link {
    margin: 30px 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
}

.index-mu2-info-right-info {
    font-size: 20px;
    font-weight: 400;
    color: #D7DAE6;
    line-height: 36px;
}

.index-mu-border {
    text-align: center;
    height: 15px;
}

.index-mu-border img {
    width: 200px;
    height: 15px;
}

.index-mu3-nav {
    width: 100%;
    display: flex;
    height: 46px;
    justify-content: center;
    border-bottom: 1px solid rgba(87, 94, 158, 0.1);
}

.index-mu3-nav > div {
    margin: 0 40px;
    color: #8E99B9;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.index-mu3-nav > div.active span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.index-mu3-nav a {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 4px;
    background: rgba(255, 255, 255, 0);
    left: 20%;
}

.index-mu3-nav .active a {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.index-mu3-info {
    display: flex;

}

.index-mu3-info-left {
    width: 80%;
    padding-left: 100px;
}

.index-mu3-info-right {
    width: 30%;
    margin-left: 25%;
}

.img {
    width: 100%;
    height: 436px;
}

.whole {
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.roll-img {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.roll-img ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 12px;

}

.roll-img ul li img {
    box-shadow: 0px 0px 24px 0px rgba(55, 116, 235, 0.1);
    border-radius: 12px;
}

.left {
    left: -200px;
    transform: scale(0.8);
    z-index: 4;
    background: rgb(0, 0, 0);
    transition: all 0.5s ease;
}

.center {
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 10%;
    transition: all 0.5s ease;
    border-radius: 12px;
}

.left .roll-img-back, .right .roll-img-back {
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.left1 {
    left: -300px;
    transform: scale(0.8);
    z-index: 4;
    transition: all 0.5s ease;
}

.center1 {
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 10%;
    transition: all 0.5s ease;
    border-radius: 12px;
}

.right1 {
    left: 300px;
    transform: scale(0.8);
    z-index: 4;
    transition: all 0.5s ease;
}

.other1 {
    left: 300px;
    transform: scale(0.8);
    z-index: 4;
    transition: all 0.5s ease;
}

.left1 .roll-img-back, .right1 .roll-img-back {
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.index-mu3-info-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-mu3-info-right img {
    height: 12px;
    margin-right: 10px;
}

.index-mu3-info-right > div > div {
    width: 100%;
    margin: 20px 0;

}

.index-mu3-info-right-title {
    font-size: 26px;
    color: #333;
    font-weight: 500;
}

.index-mu3-info-right-des {
    font-size: 22px;
    color: #333;
}

.index-mu4-info {
    display: flex;

}

.index-mu4-info > div {
    height: 540px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    width: 23.5%;
    margin-right: 2%;
    padding: 60px 37px;
    position: relative;
    cursor: pointer;
}

.index-mu4-info > div:nth-child(4n) {
    margin-right: 0;
}

.index-mu4-info-img {
    text-align: center;
}

.index-mu4-info-img img {
    width: 80px;
    height: 80px;
    padding: 5px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 50px 50px 50px 50px;
}

.index-mu4-info-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.index-mu4-info-des {
    font-size: 20px;
    color: #D7DAE6;
    line-height: 46px;
    text-align: center;
}

.index-mu4-info-link {
    position: absolute;
    bottom: 60px;
    width: 80px;
    height: 6px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 80px 80px 80px 80px;
    left: 50%;
    margin-left: -40px;
}

.index-mu4-info > div:hover {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.index-mu4-info > div:hover .index-mu4-info-img img, .index-mu4-info > div:hover .index-mu4-info-link {
    background: #fff;
    color: #fff;
}

.index-mu4-info-img2 {
    display: none;
}

.index-mu4-info > div:hover .index-mu4-info-img1 {
    display: none;
}

.index-mu4-info > div:hover .index-mu4-info-img2 {
    display: inline-block;
}

.index-mu5-info {
    width: 100%;
}

.index-mu5-info .img {
    height: 390px;
}

.index-mu5-info .whole {
    width: 820px;
    height: 100%;
    margin: 0 auto;
}

.center1 {
    width: 820px;
}

#uls > li {
    background-image: url("../img/mu5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.index-mu5-info-left {
    width: 520px;
    padding: 50px 0 50px 60px;
}

.index-mu5-info-right {
    width: 300px;
    position: relative;
}

.index-mu5-info-right img {
    width: 230px;
    position: absolute;
    bottom: 20px;
    right: 35px;
}

.roll-img ul li .index-mu5-info-right img {
    box-shadow: none;
}

.index-mu5-info-left-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-mu5-info-left-title-en {
    font-size: 24px;
    font-weight: 400;
    color: #575E9E;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 48px;
}

.index-mu5-info-left-info {
    display: flex;
    flex-wrap: wrap;
}

.index-mu5-info-left-info > div {
    width: 140px;
    margin-right: 20px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 50px;
    color: #3774EB;

}

.index-mu5-info-left-info > div:nth-child(3n) {
    margin-right: 0;
}

.index-mu5-info-left-info4 {
    width: 100%;
    margin-right: 0;
}

.mu6 {
    width: 100%;
    height: 210px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    padding: 38px 0;
    text-align: center;
    margin: auto;
}

.mu6-title {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
    margin-bottom: 32px;
}

.mu6-a, .mu6-a:hover {
    font-size: 20px;
    font-weight: 500;
    color: #456EFF;
    width: 170px;
    height: 54px;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
    line-height: 54px;

}

/*代理加盟*/
.agent-banner {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.agent-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(5px);
    z-index: 2;
    overflow: hidden;
}

.agent-banner-back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;

}

.agent-banner-back > div {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    margin: 210px 45px 0;
}

.agent-banner-back > div span {
    color: #3774EB;
    font-size: 68px;
}

.agent-info {
    width: 100%;

}

.agent-info-table {
    width: 600px;
    height: 482px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin: auto;
    padding: 70px 90px;
}

.agent-info-title {
    font-size: 16px;
    color: #333333;
}

.agent-info-ipt {
    margin: 12px 0 44px;
    height: 56px;

}

.agent-info-ipt input {
    background: #F8F8F8;
    border-radius: 4px 4px 4px 4px;
    height: 56px;
    border: 0;
    list-style: none;
    outline: none;
    padding: 16px 20px;
    width: 420px;
}

.agent-info-btn {
    width: 420px;
    height: 56px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 12px 12px 12px 12px;
    margin-top: 12px;
    outline: none;
    border: 0;
    color: #FFFFFF;
}

.agent-content {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.agent-list {
    display: flex;
    padding: 60px 0;
    justify-content: center;
    color: #fff;
}

.agent-list > div {
    width: 280px;
    margin: 0 30px;
    text-align: center;
}

.agent-list img {
    width: 60px;
    height: 60px;
}

.agent-list-title {
    font-size: 28px;
    margin: 20px 0 8px;
}

.agent-list-dec {
    font-size: 20px;
}

/*解决方案*/

.cases-banner {
    width: 100%;
    height: 570px;
    color: #fff;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cases-banner-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    padding-top: 227px;
}

.cases-banner-dsc {
    font-size: 22px;
    line-height: 26px;
    padding-top: 20px;
    position: relative;
    display: inline-block;
}

.cases-banner-dsc:before {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -60px;
    top: 30px;
    transform: rotate(180deg);
}

.cases-banner-dsc:after {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: -60px;
    top: 30px;
}

.mu1 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cases-list {
    display: flex;
    flex-wrap: wrap;
}

.cases-list > div {
    width: 264px;
    height: 128px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    background: linear-gradient(135deg, rgba(55, 116, 235, 1), rgba(92, 49, 232, 1) 100%);
    margin-right: 20px;
    margin-top: 20px;
}

.cases-list > div:nth-child(5n) {
    margin-right: 0;
}

.cases-list-info {
    background: #fff;
    height: 124px;
    margin-top: 6px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cases-list-img {
    text-align: center;
    margin-right: 16px;
}

.cases-list-img img {
    width: 60px;
    height: 60px;
}

.cases-list-title span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cases-list2 {
    display: flex;
    flex-wrap: wrap;
}

.cases-list2 > div {
    padding: 54px 42px;
    width: 453px;
    margin-top: 20px;
}

.cases-list2 > div:nth-child(3n+1) {
    background: #FFDBD7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-right: 20px;
}

.cases-list2 > div:nth-child(3n+2) {
    background: #D8FFFC;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-right: 20px;
}

.cases-list2 > div:nth-child(3n) {
    background: #E6D8FF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.cases-list2-img img {
    width: 52px;
    height: 52px;
    vertical-align: middle;
    margin-right: 20px;
}

.cases-list2-img {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
    margin-bottom: 18px;
}

.cases-list2-dsc {
    font-size: 20px;
    color: #6D718A;
    line-height: 36px;
}

.cases-list3 {
    display: flex;
    flex-wrap: wrap;
}

.cases-list3 > div {
    width: 690px;
    padding: 46px 42px;
    margin-top: 20px;
}

.cases-list3 > div:nth-child(2n+1) {
    background: #FFDBD7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-right: 20px;
}

.cases-list3 > div:nth-child(2n) {
    background: #D8FFFC;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.cases-list4 {
    display: flex;
    margin-bottom: 180px;
}

.cases-list4-left {
    width: 590px;
    display: flex;
    flex-flow: wrap;
    align-content: center;
}

.cases-list4-left-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cases-list4-left-desc {
    font-size: 24px;
    font-weight: 400;
    color: #575E9E;
    line-height: 40px;
    margin-top: 30px;
}

.cases-list4-left-desc p {
    margin-bottom: 20px;
}

.cases-list4-right, .cases-list4-right img {
    width: 740px;
    height: 400px;
    border-radius: 12px;
}

.cases-list4-middle {
    width: 70px;
    height: 400px;
}

.cases1-imgs {
    margin-top: 40px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    /*animation-name: example;*/
    /*animation-duration: 1s;*/
    /*min-height: 20px;*/
}

.cases1-imgs img {
    margin: 10px 5px 0;
    border-radius: 12px 12px 12px 12px;
    animation: li4 4s infinite;
    animation-iteration-count: 1

}

@keyframes li4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cases2-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cases2-nav > div {
    width: 180px;
    height: 60px;
    background: #fff;
    border-radius: 12px 12px 12px 12px;
    color: #333;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin: 0 24px;
}

.cases2-nav > div.active {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    color: #fff;
}

.cases2-nav > div:hover {
    /*background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);*/
    /*color: #fff;*/
}

.cases2-info {
    width: 100%;
    height: 706px;
    border-radius: 12px 12px 12px 12px;
    position: relative;
    color: #fff;
    padding: 72px;
    overflow: hidden;

}

.cases2-info-imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 706px;
    animation: li4 2s infinite;
    animation-iteration-count: 1
}

.cases2-info:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #3774EB 0%, rgba(55, 116, 235, 0.7) 73%);
    border-radius: 12px 12px 12px 12px;
    position: absolute;
    z-index: 2;
    animation: li4 2s infinite;
    animation-iteration-count: 1

}

.cases2-content {
    position: relative;
    z-index: 10;
    color: #fff;
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    animation: examples 1s infinite;
    animation-iteration-count: 1;

}

@keyframes examples {
    from {
        top: 100px;
    }
    to {
        top: 0;
    }
}

.cases2-content > div {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 2px;
}

.cases2-content > div img {
    position: relative;
    left: -10000px;
    filter: drop-shadow(#fff 10000px 0);
    vertical-align: top;
    width: 18px;
    margin-right: 12px;
}

.cases2-content1 {
    position: relative;
    z-index: 10;
    color: #fff;
    width: 640px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 72px 0;
    height: 100%;
    animation: examples 1s infinite;
    animation-iteration-count: 1;
}

.cases2-content1 > div {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 2px;
    width: 50%;
}

.cases2-content1 > div img {
    position: relative;
    left: -10000px;
    filter: drop-shadow(#fff 10000px 0);
    vertical-align: top;
    width: 18px;
    margin-right: 12px;
}

.cases2-content1-link {
    width: 680px !important;;
    height: 1px;
    position: relative;
    background: none;
}

.cases2-content1-link:before {
    content: '';
    left: 0;
    top: 0;
    width: 680px;
    height: 1px;
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.cases2-info2 {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    width: 100%;
    height: 672px;
    padding: 36px;
    position: relative;

}

.cases2-info2-img {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    padding: 100px 164px;
    display: flex;
    flex-wrap: wrap;
}

.cases2-info2-img:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    position: absolute;
    z-index: 9;

}

.cases2-info2-img > div {
    width: 333.3px;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.cases2-info2-img > div > div {
    width: 100%;
}

.cases2-info2-img > div:nth-child(3n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.cases2-info2-img > div:nth-child(n+4) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cases2-info2-img img {
    width: 48px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.cases2-info3-img {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    padding: 100px 164px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.cases2-info3-img:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    background: inherit;
    filter: blur(3px);
    z-index: 2;
    overflow: hidden;

}

.cases2-info3-img:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    position: absolute;
    z-index: 9;

}

.cases2-content2 {
    width: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;

}

.cases2-content2 > div {
    width: 333.3px;
    height: 200px;
    position: relative;
    float: right;
}

.cases2-content2 > div > div {
    width: 100%;
}

.cases2-info3-img img {
    width: 48px;
    margin-bottom: 20px;
}

.cases2-info2 .cases2-info-imgs {
    width: calc(100% - 72px);
    height: 600px;
    margin: 36px;
    border-radius: 4px;
}

.cases2-content2 > div:nth-child(n+4) {
    margin-top: 100px;
}

.cases2-content2 > div:nth-child(2):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cases2-content2 > div:nth-child(1):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cases2-content2 > div:nth-child(3):before {
    content: '';
    left: 50%;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    bottom: 0;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    margin-left: -35px;
}

.cases2-content2 > div:nth-child(5):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.clear {
    clear: both;
}

.cases2-content2 > div:nth-child(6):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.cases2-content1 .cases2-content1-title {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    line-height: 33px;
    position: relative;
}

.cases2-content1-title-ab {
    position: absolute;
    z-index: 11;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 28px;
    font-weight: bold;
    width: 680px;
}

.cases3 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 200px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
    margin-bottom: 36px;
}

.cases3_1 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 140px;
    margin-bottom: 36px;
}

.cases3_3 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 60px;
    margin-bottom: 36px;
}

.cases3_2 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 60px;
}

.cases3-info img {
    width: 100%;
}

.cases3_3-info {
    display: flex;

}

.cases3_3-info > div {
    width: 32%;
    text-align: center;
}

.cases3_3-info > div:nth-child(3n+2) {
    margin: 0 2%;
}

.cases3_3-info-img {
    width: 100%;
    height: 260px;
    border-radius: 12px 12px 12px 12px;
}

.cases3_3-info-title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin: 28px 0 16px;

}

.cases3_3-info-dec {
    font-size: 20px;
    font-weight: 400;
    color: #8A949F;
    line-height: 32px;
    padding: 0 20px;
}

.cases3_2-info {
    display: flex;
    justify-content: space-between;

}

.cases3_2-info > div {
    width: 23%;
    padding: 28px;
    border-radius: 12px 12px 12px 12px;
}

.cases3_2-info-title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}

.cases3_2-info-dec {
    padding-left: 20px;
}

.cases3_2-info > div li {
    font-size: 20px;
    line-height: 32px;
    list-style: disc;
    font-weight: 500;
}

.cases3_2-info > div:nth-child(4n+1) li {
    color: #FF806F;
}

.cases3_2-info > div:nth-child(4n+2) li {
    color: #09DAE8;
}

.cases3_2-info > div:nth-child(4n+3) li {
    color: #BB93FF;
}

.cases3_2-info > div:nth-child(4n) li {
    color: #6F9DF6;
}

/*产品应用*/
.product-nav {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    z-index: 100;

}

.product-nav-info {
    display: flex;
    align-content: center;
}

.product-nav .layui-form-item {
    margin-bottom: 0;
    line-height: 70px;
}

.product-nav .layui-form-radio {
    margin-top: 0;
}

.product-nav .layui-input-block {
    margin-left: 0;
    margin-right: 60px;
}

.product-nav .layui-form-radio i {
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    color: #fff !important;
}

.product-nav .layui-form-radioed i {
    position: relative;
    width: 16px;
    height: 16px;
    border-style: solid;
    background-color: #3774EB;
    color: #3774EB !important;
}

.product-nav .layui-form-radioed span {
    color: #3774EB;
}

/* 使用伪类画选中的对号 */
.product-nav .layui-form-radioed i::after, .product-nav .layui-form-radioed i::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    display: block;
    width: 12px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product-nav .layui-form-radioed i::before {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    transform: rotate(-135deg);
}

.product-nav-title {
    margin-right: 10px;
}

.mu2 {
    background: #F7F8FA;
}

.nav-menu {
    padding: 12px 0;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
    border-bottom: 2px solid #3774EB;
    margin-bottom: 10px;
}

.nav-menu img {
    width: 69px;
    height: 36px;
    vertical-align: middle;
    margin-right: 12px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;

}

.product-list > a {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    width: 335px;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    padding: 16px;
}

.product-list > a:nth-child(4n) {
    margin-right: 0;
}

.product-list img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;

}

.product-list-info {
    margin-left: 12px;
}

.product-list-title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
}

.product-list-dec {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.product-list-vs {
    height: 26px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 6px 6px 6px 6px;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 12px 0 20px;
}

.product-list-price {
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #FF917D;
    line-height: 16px;
}

.product-list-price span {
    font-size: 24px;
}

.nav-link {
    margin-top: 10px;
    color: #999999;
}

.nav-link a {
    color: #3774EB;
}

.nav-link img {
    width: 16px;
    margin: 0 8px;
}

.product-info {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
    margin-top: 20px;
    margin-bottom: 16px;
    display: flex;
}

.product-info img {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    margin-right: 24px;
}

.product-info-title {
    font-size: 20px;
    font-weight: 700;
}

.product-info-vs {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 8px;
}

.product-info-des {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #3774EB;
    line-height: 14px;
    padding: 6px 8px;
}

.product-info-price {
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #FF917D;
    line-height: 26px;
}

.product-info-price span {
    font-size: 24px;
}

.product-detail {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
}

.product-nav-info .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0;
}

.product-nav-info .layui-form-checked[lay-skin=primary] i {
    border-color: #3774EB;
    background-color: #3774EB;
    color: #fff;
}

.product-nav-info .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3774EB;
    color: #fff;
}

.product-detail-info {
    margin-top: 24px;
}

.product-nav-qun {
    margin-right: 15px;
    cursor: pointer;
}

.product-nav-qun.active {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 4px 4px 4px 4px;
    color: #3774EB;
}

.layui-form-checkbox span {
    font-size: 16px;
}

/*演示购买*/
.shopping-banner {
    position: relative;
}

.shopping-banner, .shopping-banner img {
    width: 100%;
    height: 600px;
}

.shopping-banner-name {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 220px;
    font-size: 86px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 74px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1), 7px 4px 18px rgba(0, 0, 0, 0.1), 29px 14px 33px rgba(0, 0, 0, 0.09), 66px 33px 44px rgba(0, 0, 0, 0.05), 118px 58px 52px rgba(0, 0, 0, 0.01), 184px 90px 57px rgba(0, 0, 0, 0);
}

.shopping-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 344px;
    font-size: 86px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 74px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1), 7px 4px 18px rgba(0, 0, 0, 0.1), 29px 14px 33px rgba(0, 0, 0, 0.09), 66px 33px 44px rgba(0, 0, 0, 0.05), 118px 58px 52px rgba(0, 0, 0, 0.01), 184px 90px 57px rgba(0, 0, 0, 0);
}

.shopping-list {
    width: 100%;
    display: flex;
}

.shopping-list > div {
    width: 264px;
    margin-right: 20px;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;

}

.shopping-list > div:nth-child(5n+1) {
    background: linear-gradient(135deg, #D2DFF5 0%, #8796B0 100%);
}

.shopping-list > div:nth-child(5n+2) {
    background: linear-gradient(135deg, #A5C3FF 0%, #3774EB 100%);
}

.shopping-list > div:nth-child(5n+3) {
    background: linear-gradient(135deg, #FFDD9C 0%, #F4B744 100%);
}

.shopping-list > div:nth-child(5n+4) {
    background: linear-gradient(135deg, #FFA196 0%, #EA4F3D 100%);
}

.shopping-list > div:nth-child(5n) {
    background: linear-gradient(135deg, #93A9D7 0%, #2F436C 100%);
    margin-right: 0;
}

.shopping-llist-info {
    background: #fff;
    margin-top: 8px;
    border-radius: 0 0 12px 12px;
    padding: 0 12px;
    text-align: center;
}

.shopping-llist-name {
    height: 72px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    padding-top: 30px;
}

.shopping-llist-title {
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #8A949F;
    line-height: 26px;
}

.shopping-llist-price {
    font-size: 18px;
    font-weight: 400;
    color: #3774EB;
    line-height: 26px;
    margin-top: 30px;

}

.shopping-llist-price1 {
    height: 42px;
    font-size: 30px;
    font-weight: bold;
    color: #3774EB;
    line-height: 30px;
}

.shopping-llist-price2 {
    color: #333333;
    margin-left: 5px;
}

.shopping-llist-shop {
    margin-top: 40px;
    width: 168px;
    height: 44px;
    background: #3774EB;
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    color: #fff;
    line-height: 44px;
    opacity: 1;
    border: 0;
}

.shopping-llist-shop:hover {

    background: #5F90EF;
    color: #fff;
    border: 0;

}

.shopping-llist-shop:focus {
    color: #fff;
    border: 0;
    background: #2C5DBC;
}

.shopping-llist-dsc {
    margin-top: 38px;
    background: #F5F7FA;
    border-radius: 12px 12px 12px 12px;
    padding: 28px 0;

}

.shopping-llist-dsc1 {
    font-size: 18px;
    margin-bottom: 24px;
    height: 24px;

}

.shopping-llist-dsc2 {
    width: 168px;
    height: 44px;
    border-radius: 12px 12px 12px 12px;
    background: linear-gradient(135deg, rgba(55, 116, 235, 1), rgba(92, 49, 232, 1));
    display: inline-block;
    padding: 1px;
    margin-top: 4px;
}

.shopping-llist-dsc3 {
    width: 166px;
    height: 42px;
    border-radius: 12px 12px 12px 12px;
    background: #fff;
    display: inline-block;
    line-height: 42px;

}

.shopping-llist-dsc3 > span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 20px;
    display: inline-block;
}

.shopping-llist-dsc3 img {
    width: 20px;
    vertical-align: sub;
}

.shopping-llist-time {
    margin-top: 50px;
    font-size: 18px;
}

.shopping-llist-web {
    color: #999;
    margin-top: 50px;
}

.shopping-llist-num {
    font-size: 18px;
    line-height: 24px;
}

.shopping-llist-bu {
    margin-top: 50px;
}

.shopping-llist-bu1 {
    line-height: 26px;
}

.shopping-llist-money {
    color: #FF917D;
    font-size: 18px;
    padding-bottom: 60px;
}

.shopping-llist-money1 {
    font-size: 30px;
    line-height: 42px;
}

.shopping-llist-money2 {
    font-size: 18px;
    color: #333;
    margin-left: 5px;
}

/*动态公告*/
.news {
    display: flex;
    width: 100%;
    margin: 40px 0;
}

.news-li {
    padding: 15px 26px;
    /*background: #F2F3F8;*/
    border-radius: 12px 12px 12px 12px;
    font-size: 20px;
    font-weight: 500;
    color: #4E5969;
    line-height: 30px;
    margin-right: 36px;
    min-width: 180px;
    text-align: center;
}

.news-li.active {
    color: #3774EB;
    background: #F2F3F8;
}

.news-list {
    display: flex;
    background: #F5F7FA;
    border-radius: 12px 12px 12px 12px;
    width: 100%;
    height: 248px;
    margin-bottom: 16px;
}

.news-list-left {
    width: 780px;
    height: 248px;
    position: relative;
    padding: 32px 30px;
}

.news-list-right {
    width: 420px;
    height: 248px;
}

.news-list-left-title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.news-list-left-dec {
    font-size: 16px;
    font-weight: 400;
    color: #4E5969;
    line-height: 32px;
    margin-top: 16px;
}

.news-list-left-time {
    font-size: 16px;
    font-weight: 400;
    color: rgba(78, 89, 105, 0.4);
    line-height: 19px;
    position: absolute;
    left: 32px;
    bottom: 30px;
}

.news-list:hover .news-list-left-title {
    color: #3774EB;
}

.news-list:hover .news-list-left {
    box-shadow: 0px 4px 20px 0px rgba(31, 89, 203, 0.20);
}

.news-list-right img {
    width: 420px;
    height: 248px;
    object-fit: cover;
    border-radius: 0px 12px 12px 0;
}

.news-info {
    background: #fff;
    padding: 36px;
    margin-top: 20px;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.news-info-title {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.news-info-time {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);;
}

.news-info-detail {
    padding: 20px 0 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);;
}

.news-info-btns {
    padding-top: 36px;
    display: flex;
}

.news-info-btns > div {
    width: 48%;
}

.news-info-btns > div:nth-child(2) {
    text-align: right;
    margin-left: 4%;
}

.news-info-btns a {
    color: #4E5969;
}

/*关于我们*/
.about-banner {
    width: 100%;
    height: 300px;
}

.about-banner img {
    width: 100%;
    height: 300px;
}

.about {
    display: flex;

}

.about-back {
    background-image: url("../img/about.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-left {
    width: 890px;
    margin-right: 40px;
}

.about-rigt {
    width: 470px;
    height: 100%;
    text-align: right;
    position: relative;
    z-index: 10;
}

.about-left-title-en {
    font-size: 46px;
    font-weight: 800;
    color: #333333;
    line-height: 68px;
}

.about-left-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
}

.about-left-info {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #575E9E;
    line-height: 30px;
}

.about-rigt img {
    width: 432px;
    height: 432px;

}

.about-rigt:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -38px;
    width: 405px;
    height: 405px;
    z-index: -1;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.staff {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.staff > div {
    width: 335px;
    margin-right: 20px;
    margin-top: 60px;
}

.staff > div:nth-child(4n) {
    margin-right: 0;
}

.staff img {
    width: 335px;
    height: 270px;
}

.staff-link {
    width: 100%;
    height: 16px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    box-shadow: 2px 4px 4px 0px rgba(23, 82, 197, 0.14);
    border-radius: 12px 12px 12px 12px;
}

.staff-info-title {
    font-size: 28px;
    font-weight: 500;
    color: #3774EB;
    line-height: 42px;
}

.staff-info-title-en {
    font-size: 14px;
    font-weight: 400;
    color: rgba(55, 116, 235, 0.4);
    line-height: 20px;
}

.staff-info {
    margin: 0 14px;
    background: #D7E3FB;
    border-radius: 0px 0px 500px 500px;
    height: 250px;
    text-align: center;
    padding: 60px 0;

}

.staff-info-link {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px 50px 50px 50px;
    margin: 16px auto;
}

.staff-info-dec {
    font-size: 20px;
    font-weight: 400;
    color: #3774EB;
}

.about-certificate img {
    left: -10000px;
    filter: drop-shadow(#fff 10000px 0);
    position: relative;
}

.certificate {
    display: flex;
    flex-wrap: wrap;
}

.certificate > div {
    display: flex;
    width: 453px;
    height: 340px;
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-top: 20px;

}

.certificate > div:nth-child(3n) {
    margin-right: 0;
}

.certificate-left {
    width: 195px;
    height: 340px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.certificate-rigt {
    width: 258px;
    height: 340px;
    padding: 20px;
    background: #F8F9FC;
    border-radius: 0 12px 12px 0;
}

.certificate-rigt img {
    width: 218px;
    height: 300px;
}

.certificate-left-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    width: 100%;
}

.certificate-left-link {

    margin: auto;
    width: 64px;
    height: 4px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 50px 50px 50px 50px;
    margin-top: 28px;
}

.certificate-left-type {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.26);
    line-height: 16px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: ".";
    overflow: hidden;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.box01, .box02, .box03 {
    width: 1400px;
}

.brand1 {
    position: relative;
    z-index: 1;
}

.brand1:before {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

/* 具体样式 ---------- */
/* 通用必需样式 */ /* PS：有些重要样式在js里先写好了，下面id容器、ul和li标签的样式比较重要 */
.autoBox {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.autoBox ul {
    position: absolute;
    list-style: none;
    z-index: 2;
}

/* 第一、四个列表 */ /* PS：左右滚动型列表需要css定义高度，li标签可以有margin值 */
#autoScroll01, #autoScroll03, #autoScroll02 {
    width: auto;
    height: 70px;
}

#autoScroll01 ul li, #autoScroll03 ul li, #autoScroll02 ul li {
    float: left;
    width: 226px;
    height: 70px;
    _display: inline;
}

#autoScroll01 li a, #autoScroll03 li a, #autoScroll02 li a {
    display: block;
    width: 194px;
    height: 70px;
    padding: 6px 22px;
    background: #FFFFFF;
    box-shadow: 2px 2px 24px 0px rgba(35, 77, 139, 0.08);
    border-radius: 12px 12px 12px 12px;
}

#autoScroll01 li img, #autoScroll03 li img, #autoScroll02 li img {
    display: block;
    width: 150px;
    height: 58px;
}

#autoScroll02 {
    margin: 36px auto;
}

/*资源服务*/
.service-nav {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
    line-height: 70px;

}

.service-nav > div {
    height: 70px;
    margin: 0 40px;
    color: #333;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 0 10px;
}

.service-nav img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    right: -10000px;
    filter: drop-shadow(#fff -10000px 0);
}

.service-nav > div.active {
    color: #3774EB;
    font-size: 18px;
    border-bottom: 4px solid #3774EB;
}

.service-nav > div.active img {
    position: relative;
    right: 0px;
    filter: none;
}

.service-nav > div:hover {
    color: #3774EB;
    font-size: 18px;
    border-bottom: 4px solid #3774EB;
}

.service-nav > div:hover img {
    position: relative;
    right: 0px;
    filter: none;
}

.service-info {
    position: relative;
    overflow: hidden;
}

.service-left {
    position: absolute;
    width: 328px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 16px 0;

}

.service-right {
    width: 100%;
    padding-left: 348px;
    box-sizing: border-box;
    /*min-height: 500px;*/
}

.service-right > div {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 24px 36px 36px;
}

.service-left a {
    padding: 14px 26px;
    display: inline-block;
    margin: 2px 0;
    width: 100%;
}

.service-left a.active {
    color: #3774EB;
    background: rgba(55, 116, 235, 0.2)
}

.service-left a:hover {
    color: #3774EB;
}

.service-right-nav {
    display: flex;
    margin: 24px 0;
}

.service-right-nav1 {
    width: 580px;
    margin-right: 20px;
    font-size: 0;
}

.service-right-nav1 > span {
    display: inline-block;
    padding: 6px 16px;
    margin-right: 6px;
    font-size: 16px;
    margin-bottom: 6px;
    cursor: pointer;
}

.service-right-nav1 > span.active {
    background: #F2F3F8;
    color: #3774EB;
    border-radius: 8px 8px 8px 8px;
}

.service-right-nav2 {
    width: 180px;
    position: relative;
}

/*.service-right-nav1>span:hover{*/
/*background: #F2F3F8;*/
/*color: #3774EB;*/
/*border-radius: 8px 8px 8px 8px;*/
/*}*/
.service-right-nav2-inp {
    padding: 6px 44px 6px 14px;
    width: 180px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
}

.service-right-nav2 button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: #3774EB;
    border-radius: 0 4px 4px 0;
    border: 0;
    list-style: none;
}

.service-right-nav2 img {
    width: 14px;
    height: 14px;
    position: relative;
    right: -10000px;
    filter: drop-shadow(#fff -10000px 0);
}

.slash {
    width: 180px;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.table td, .table th {
    font-size: 14px;

}

.subject-name {
    width: 210px;
    height: 40px;
}

.table {
    width: 100%;
}

.table .slash b {
    right: 10px;
    bottom: 5px;
}

.table .slash i, .table .slash b {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    font-size: 14px;
}

.table .slash i {
    left: 5px;
    top: 3px;
}

.table .slash .line {
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    width: 203px;
    transform: rotate(169deg);
    bottom: 20px;
    left: -3px;
}

.table th, .table td {
    border: 1px solid #EEEEEE !important;
    vertical-align: middle !important;
    padding: 10px 20px !important;
}

.j_bg {
    background: #D7E3FB;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #3774EB;
    padding: 3px 6px;
    display: inline-block;
    margin-right: 5px;
    color: #3774EB;
}

.d_bg {
    background: #FDD2D2;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #F61F1F;
    padding: 3px 6px;
    display: inline-block;
    margin-right: 5px;
    color: #F61F1F;
}

.tax {
    background: #fff;
    padding: 24px 36px 36px;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.tax-info div, .tax-info span, .tax-info a {
    font-size: 14px;
}

.tax-info {
    margin-top: 24px;

}

.tax-infos {
    display: flex;
    margin: 24px 0;
    align-items: center;

}

.tax-infos-left {
    width: 120px;
    text-align: right;
    height: 20px;
    font-size: 14px;
    line-height: 20px;

}

.tax-infos-right {
    margin-left: 24px;
    position: relative;
}

.tax-infos-right #type {
    width: 250px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
}

.tax-infos-right .layui-form-radio i:hover, .layui-form-radioed i {
    color: #5FB878;
}

.tax-infos-right .layui-form-radio i {
    margin-right: 8px;
    font-size: 16px;
    color: #3774EB;
}

.tax-infos-right .layui-form-radio {
    margin-top: 0;
}

.tax-infos-right .layui-form-item {
    margin-bottom: 0;
}

.tax-infos-right .tax-infos-right-inp {
    width: 250px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    position: relative;
    color: #666;

}

.tax-infos-right .tax-infos-right-yuan {
    padding-right: 38px;
}

.tax-infos-right-yuan1 {
    height: 32px;
    width: 38px;
    text-align: center;
    color: #666;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    border-left: 0;
    position: absolute;
    right: 0;
    border-left: 1px solid #eee;
    top: 0;
}

.tax-infos-right-text {
    color: #3774EB;
}

.tax-infos-right .layui-input-inline {
    width: auto;
}

.tax-infos-right .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0px;
}

.tax-infos1 {
    align-items: flex-start;
}

.tax-infos-right .layui-form-checked[lay-skin=primary] i {
    border-color: #3774EB;
    background-color: #3774EB;
    color: #fff;
}

.tax-infos-right .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3774EB;
    color: #fff;
}

.tax-infos1 .tax-infos-left {
    padding-top: 6px;
}

.tax-infos1 .layui-input-inline > div {
    margin-bottom: 14px;
    position: relative;
    height: 32px;
    line-height: 32px;
}

.tax-infos1 .tax-infos-right-yuan {
    width: 122px;
    border-radius: 4px 0 0 4px;
}

.tax-infos-right .layui-form-checkbox span {
    width: 120px;
    text-align: left;
    display: inline-block;
    color: #333;
}

.tax-infos-right input[disabled], .tax-infos-right-yuan2.disabled {
    background: #F5F7FA;
}

.tax-infos-right .tax-infos-right-num {
    width: 70px;
    margin-left: 20px;
    margin-right: 8px;
    color: #666;
    text-align: center;
}

.tax-infos-right-num1 {
    color: #666;
    margin-right: 8px;

}

.tax-infos-right-slt {
    width: 190px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    display: inline-block;
}

.tax-infos-right .layui-form-select {
    width: 190px;
    /*display: inline-block;*/
    font-size: 14px;
}

.tax-infos-right-yuan2 {
    height: 32px;
    width: 38px;
    text-align: center;
    color: #666;
    display: inline-block;
    border: 1px solid #EEEEEE;
    line-height: 32px;
    vertical-align: baseline;
    position: absolute;
    left: 225px;
    top: 0px;
}

.layui-form-item .layui-form-select, .layui-form-select {
    display: none;
}

.tax-infos-right-btn1 {
    width: 90px;
    height: 36px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    color: #3774EB;
    outline: none;
    line-height: 36px;
    border: 1px solid #3774EB;
}

.tax-infos-right-btn2 {
    width: 90px;
    height: 36px;
    background: #3774EB;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
    border: 0;
    line-height: 36px;
    margin-left: 15px;
}

.tax-des {
    background: #F5F7FA;
    border-radius: 12px 12px 12px 12px;
    padding: 20px 24px;
}

.tax-des-title {
    height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    padding-left: 12px;
    position: relative;
}

.tax-des-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 16px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 50px 50px 50px 50px;
    content: '';

}

.tax-des-info {
    display: flex;
    margin-top: 20px;
    line-height: 24px;
}

.tax-des-info-left {
    width: 120px;
    text-align: right;
}

.tax-des-info-right {
    color: #333;
    width: 1010px;
    padding-left: 20px;
}

.tax-des-info-right a, .tax-des-info-right a:hover {
    color: #333;
    cursor: default;
}

.tax-des-info-right span {
    color: #3774EB;
}

.tax-des-info-right-info {
    font-size: 14px;
    font-weight: 400;
    color: #FA5A1B;
    margin-top: 12px;
}

.tax-des-info-right select {
    width: 96px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    color: #333;
}

.tax-info .layui-form {
    display: none;
}

.tax-info .tax-content1 {
    display: block;
}

.tax-des2, .tax-des3, .tax-des4, .tax-des5, .tax-des6, .tax-des7, .tax-des8, .tax-des9, .tax-des10, .tax-des11, .tax-des12 {
    display: none;
}

.tax-infos-right .yue {
    display: inline-block;
    width: 250px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
}

.others {
    display: none;
}

.service-chechuan .service-left {
    width: 150px;
    text-align: center;
}

.service-chechuan .service-right {
    padding-left: 170px;
}

.service-chechuan .tax-infos-right #type {
    width: 350px;
}

.service-chechuan .tax-infos-right .dangci, .service-chechuan .tax-infos-right .month_count {
    width: 350px;
    display: inline-block;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
}

.service-chechuan .tax-infos-right .tax-infos-right-inp {
    width: 350px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    position: relative;
    color: #666;
}

.xing {
    color: #FF0000;
}

.tax-infos-right-shuo {
    color: #999;
}

.tax-infos-right-shuo span {
    color: #3774EB;
    text-decoration: underline;
}

.tax .converter-tishi {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #3774EB;
    line-height: 26px;
}

.converter-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;

}

.converter-info-title {
    font-size: 16px !important;
    margin-right: 24px;
}

.converter-info-inp {
    width: 440px;
    border: 1px solid #eee;
    background: #FFFFFF;
    border-radius: 12px 0px 0px 12px;
    height: 52px;
    padding: 16px 20px;
    font-size: 16px;
}

.converter-info-btn {
    width: 100px;
    height: 52px;
    background: #3774EB;
    border-radius: 0px 12px 12px 0px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.converter-info1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;

}

.index-mu3-info-rights {
    margin-left: 0;
    width: 20%;

}

.index-mu3-info-rights > div, .index-mu3-info-right > div {
    position: relative;
    /*animation-name: example;*/
    /*animation-duration:2s;*/
    min-height: 20px;
}

.index-mu3-info-left-imgs {
    width: 93%;
    border-radius: 12px;
}

.pagination a.cur {
    background: #3774EB;
}

.header-nav-menu li:hover span {
    opacity: 1;
}

.header-nav-menu li.active span {
    opacity: 1;
}

.lianxi {
    font-size: 14px;
    text-align: center;
    padding: 40px 0px;
    background: #FFFFFF;
    box-shadow: 0px 0 10px 0px rgba(9, 39, 98, 0.15);
    height: auto;
    width: 80px;
}

.goup {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.goup img {
    width: 30px;
}

.xuan {
    color: #666;
    padding: 5px 0;
    position: relative;
}

.xuan:hover {
    background: rgba(55, 116, 235, 0.1);
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.05);
}

.xuan img {
    width: 28px;
    margin-bottom: 4px;
}

.xuan2 {
    margin: 16px 0;

}

.lianxi a:hover {
    color: #666;
}

.xuan2-erm {
    position: absolute;
    width: 170px;
    background: #fff;
    box-shadow: 0px 0 10px 0px rgba(9, 39, 98, 0.15);
    border-radius: 5px 5px 5px 5px;
    left: -180px;
    padding: 20px 0;
    top: 50%;
    margin-top: -46px;
    display: none;
}

.xuan2-erm-title {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.xuan2-erm-phone {
    font-size: 18px;
    line-height: 20px;
    color: #3774EB;
    margin-top: 12px;
}

.xuan2:hover .xuan2-erm {
    display: block;
}

.xuan3-erm {
    position: absolute;
    width: 160px;
    background: #fff;
    box-shadow: 0px 0 10px 0px rgba(9, 39, 98, 0.15);
    border-radius: 5px 5px 5px 5px;
    left: -170px;
    padding: 16px 0;
    top: 50%;
    margin-top: -87px;
    display: none;
}

.xuan3-erm-img img {
    width: 120px;
}

.xuan3-erm-title {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-top: 6px;
}

.xuan3:hover .xuan3-erm {
    display: block;
}

.header-toggles_7 {
    left: -10px;
    width: 100px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.header-toggles_7 a {
    margin-top: 20px;
}

.header-toggles_7 a:hover {
    background: linear-gradient(44.99999673502553deg, #2670FF 0%, #9D3CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-nav-menu ul li span {
    padding: 20px 0;
}

.login-back {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000047;
    justify-content: center;
    align-items: center;
    display: none;
}

.login-menu {
    width: 1000px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(11, 3, 35, 0.05);
    border-radius: 6px;
    padding: 22px 15px;
    display: flex;
    position: relative;
}
.login-menu-left{
    width: 520px;
    height: 379px;
}
.login-menu-left img{
    width:520px;
    height: 100%;
    border-radius: 6px;
}
.login-shan img{
    width:24px ;
    height: 24px;
}
.login-menu-right{
    width: 520px;
    height: 379px;
    margin-left: 22px;
    margin-right: 34px;
}
.login-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-top: 39px;


}

.login-nav {
    margin: 36px 0 48px;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 23px;

}

.login-nav span {
    cursor: pointer;
}

.login-nav .active {
    color: rgba(0, 0, 0, 0.85);
}

.login-nav-l {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 23px;
    padding: 0 20px;
}

.login-inp {
    margin-bottom: 17px;
    position: relative;
    display: flex;
    align-items: center;
}
.login-inp1{
    margin-top: 30px;

}

.login-inp input {
    width: 354px;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #DCDFE6;
    border-left: 0;
    text-align: left;
    font-size: 14px;
}

.login-btn {
    margin: auto;
    height: 40px;
    background: #165DFF;
    border-radius: 20px 20px 20px 20px;
    margin-top: 13px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    width: 295px;

}



.login-menu-right input[type="checkbox"] ,.register-menus input[type="checkbox"] {
    appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    vertical-align: middle; /* 垂直居中对齐 */
    position: relative; /* 用于定位伪元素 */
    border-radius: 100%;
    margin: -1px 5px 0;
}

.login-menu-right input[type="checkbox"]:checked::before,.register-menus input[type="checkbox"]:checked::before {
    content: '✓';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    border-radius: 100%;
    background: #165DFF;
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border: 0;
}
.login-menu-right input[type="checkbox"]:focus,.register-menus input[type="checkbox"]:focus{
    outline: none;
}

.login-other {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
    color:#9F9C9C;
    line-height: 20px;
    align-items: center;
    align-content: center;
}

.login-other span {
    cursor: pointer;
}

.login-fan {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-top: 48px;
    text-align: center;

}

.login-fan span {
    background: linear-gradient(44.99999673502553deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;

}
.login-inp-img-span{
    width: 50px;
    height: 40px;
    background: #F5F7FA;
    border-radius: 20px 0px 0px 20px;
    border: 1px solid #DCDFE6;
    text-align: center;
    line-height: 35px;
}
.login-inp-img {
    width: 15px;
    height: 15px;
}

.login-inp-img2 {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 12px;
    cursor: pointer;
}

.login-inps {
    margin-bottom: 24px;

    position: relative;
}

.login-inps input {
    width: 100%;
    height: 50px;
    padding: 15px 24px;
    border: 0;
    box-sizing: border-box;
    background: #F9F9F9;
    border-radius: 4px 4px 4px 4px;
}
.login-menu-bot{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 16px;
    line-height: 40px;
}
.login-menu-bot-left{
    line-height: 20px;
    cursor: pointer;
}
.login-menu-bot-right{
    color: #165DFF;
    cursor: pointer;
}
.login-menu-tx{
    font-size: 14px;
    text-align: center;
}
.login-menu-tx a{
    font-weight: 400;
    font-size: 14px;
    color: #165DFF;
    line-height: 20px;
    padding: 0 5px;
}

.login-inp .login-inp2{
    width: 215px;
}
.login-inp   .backback-yan-y2{
    width: 133px;
    height: 40px;
    background: #829EE4;
    border-radius: 20px 20px 20px 20px;
    position: inherit;
    top:0;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    right: 0;
    margin-left: 6px;
}

.phone-code {
    display: none;
}

.register, .respsw {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000048;
    justify-content: center;
    align-items: center;
    display: none;
}

.register-menu {
    width: 1000px;
    background: #fff;
    padding: 22px 15px;
    box-shadow: 0px 0px 25px 0px rgba(11, 3, 35, 0.05);
    border-radius:6px;
    display: flex;
    position: relative;
}
.register-menus {
    width: 514px;
    background: #fff;
    padding:86px 55px;
    box-shadow: 0px 0px 25px 0px rgba(11, 3, 35, 0.05);
    border-radius:6px;
    position: relative;
}

.register-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-top: 39px;
    text-align: left;
    margin-bottom: 36px;
}
.register-titles{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.register-ipn {
    margin-bottom: 16px;
    position: relative;
}

.register-ipn > div {
    position: relative;
}

.register-ipn-title {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-bottom: 8px;
}

.loginx {
    font-size: 14px;
    text-align: right;
    color: #333;
    margin-top: 20px;
}

.loginx span {
    color: #2670FF;
    cursor: pointer;
}

.register-ipn input {
    width: 100%;
    height: 50px;
    padding: 15px 24px;
    border: 0;
    box-sizing: border-box;
    background: #F9F9F9;
    border-radius: 4px 4px 4px 4px;
}

.register-code {
    padding-right: 100px;
}

.register-yan-y {
    font-size: 16px;
    color: #2670FF;
    line-height: 20px;
    position: absolute;
    right: 24px;
    bottom: 15px;
    cursor: pointer;
}

.header-toggle10-title {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;

}

.header-toggle10-mobile {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    padding: 16px 0 19px;
    border-bottom: 1px solid #E1E3E5;
}

.header-toggle10-mobile img {
    width: 108px;
    height: 24px;
}

.header-toggle10-site {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.header-toggle10-site > div {
    width: 100px;
    padding: 8px 0 16px;
}

.header-toggle10-site > div:hover {
    background: #F5F7FA;
    border-radius: 0px 0px 0px 0px;
}

.header-toggle10-site img {
    width: 48px;
    height: 48px;
}

.header-toggle10--name {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.header-toggle-san10-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 5px;
}

#paycenter {
    margin-top: 90px;
    padding: 20px 0;
    display: flex;

}

#paycenter .col-md-3 {
    background: #fff;
    padding: 0;
}

.paycenter-title {
    background: rgba(0, 0, 0, 0.05);
    width: 60%;
    border-radius: 0px 100px 100px 0px;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #666666;
}

.paycenter-left {
    width: 17%;
    margin-right: 1%;
    background: #fff;
    padding: 10px 0;
    border-radius: 12px;
    min-height: 900px;

}

.paycenter-right {
    width: 82%;

}

.paycenter-li {
    padding: 16px 8px;
    font-size: 16px;
}

.paycenter-li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 64px;
    margin: 8px 0;
    line-height: 64px;
    overflow: hidden;
}

.paycenter-li img {
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    /*position: relative;*/
}

.paycenter-li a.active {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 10px 10px 10px 10px;
    color: #3774EB;

}

.paycenter-li a:hover {
    background: #F5F7FA;
    border-radius: 10px 10px 10px 10px;
    color: #333;

}
.paycenter-li a.active:hover{
    background: rgba(55, 116, 235, 0.1);
    border-radius: 10px 10px 10px 10px;
    color: #3774EB;
}
.paycenter-li a.active img {
    position: relative;
    right: -10000px;
    filter: drop-shadow(#3774EB -10000px 0);
    z-index: 10000;
}

/*.paycenter-li a:hover img {*/
/*position: relative;*/
/*right: -10000px;*/
/*filter: drop-shadow(#3774EB -10000px 0);*/
/*}*/

.paycenter-right-account {
    display: flex;
    padding: 16px;
    border-radius: 12px 12px 12px 12px;
    background: #fff;
}

.paycenter-right-account1 {
    display: flex;
    align-items: center;
    width: 32%;

}

.paycenter-right-account1 > div {
    position: relative;
}

.paycenter-right-account1-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 20px;
}

.paycenter-right-account1-identity {
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 94px;
    height: 24px;
    background: #2D2443;
    border-radius: 100px 100px 100px 100px;
    font-size: 12px;
    color: #E6E1CB;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paycenter-right-account1-identity1 {
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 108px;
    height: 24px;
    background: #fff;
    border-radius: 100px 100px 100px 100px;
    font-size: 12px;
    color: #3774EB;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paycenter-right-account1-identity4 {

    bottom: 0;
    left: 3px;
    width: 108px;
    height: 24px;
    background: #2D2443;
    border-radius: 100px 100px 100px 100px;
    font-size: 12px;
    color: #E6E1CB;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paycenter-right-account1-identity3 {
    bottom: 0;
    left: 3px;
    width: 108px;
    height: 24px;
    background: #fff;
    border-radius: 100px 100px 100px 100px;
    font-size: 12px;
    color: #3774EB;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.paycenter-right-account1-identity3:before {
    content: '';
    background: rgba(55, 116, 235, 0.1);
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 108px;
    height: 24px;
    font-size: 12px;
    border-radius: 100px 100px 100px 100px;
}

.paycenter-right-account1-identity1:before {
    content: '';
    background: rgba(55, 116, 235, 0.1);
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 94px;
    height: 24px;
    font-size: 12px;
    border-radius: 100px 100px 100px 100px;
}

.paycenter-right-account1-identity img, .paycenter-right-account1-identity1 img, .paycenter-right-account1-identity3 img, .paycenter-right-account1-identity4 img {
    width: 16px;
    height: 16px;
    margin: 0px 4px 0 0;

}

.paycenter-right-account1-li {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    width: 100%;
}

.paycenter-right-account1-li img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.paycenter-right-account1-info {
    height: 110px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.paycenter-right-account2 {
    width: 32%;
    margin: 0 2%;
    background: rgba(55, 116, 235, 0.05);
    border-radius: 10px 10px 10px 10px;
    height: 110px;
    padding: 16px;
    color: #333;
    font-size: 16px;
    position: relative;
}

.paycenter-right-account2:hover {
    background: rgba(55, 116, 235, 0.1);
}

.paycenter-right-account2-img1 {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: top;
}

.paycenter-right-account2-img2 {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    vertical-align: text-top;
    cursor: pointer;
}

.paycenter-right-account2-img2s {
    cursor: pointer;
}

.paycenter-right-account2-img2s:hover .paycenter-right-account2-img2-back {
    display: block;
}

.paycenter-right-account2-detail {
    position: absolute;
    right: 0;
    width: 100px;
    height: 28px;
    background-image: url(../img/zhang18.png);
    background-size: 100% 100%;
    top: 0px;
    text-align: center;
    font-size: 14px;
    color: #3774EB;
    line-height: 28px;
    cursor: pointer;
    list-style: none;
    outline: none;
}

.paycenter-right-account2-detail:hover {
    color: #245ccb;
}

.paycenter-right-account2-img2-back {
    position: absolute;
    right: 30px;
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #F0F0F0;
    border: 2px;
    z-index: 10001;
    top: 50px;
    padding: 6px 16px;
    width: 240px;
    display: none;
}
.paycenter-right-account3 .paycenter-right-account2-img2-back{
    right: 20px;
}

.paycenter-right-account2-img2-back-san {
    position: absolute;
    left: 50%;
    top: -24px;
    width: 0;
    height: 0;
    border: 12px solid;
    margin-left: -11px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0);
}

.paycenter-right-account2-img2-back-title {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
}

.paycenter-right-account2-img2-back-des {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.paycenter-right-account2-money {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin-top: 24px;
}

.paycenter-right-account2-re {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 4px 4px 4px 4px;
    width: 60px;
    height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.paycenter-right-account2-re:hover {
    opacity: 0.8;
}

.paycenter-right-account3 {
    width: 32%;
    background: rgba(254, 144, 78, 0.05);
    border-radius: 10px 10px 10px 10px;
    height: 110px;
    padding: 16px;
    color: #333;
    font-size: 16px;
    position: relative;
}

.paycenter-right-account3:hover {
    background: rgba(254, 144, 78, 0.1);
}

.paycenter-right-account3-detail {
    position: absolute;
    right: 0;
    width: 100px;
    height: 28px;
    background-image: url(../img/zhang19.png);
    background-size: 100% 100%;
    top: 0px;
    text-align: center;
    font-size: 14px;
    color: #FE904E;
    line-height: 28px;
    cursor: pointer;
    list-style: none;
    outline: none;
}

.paycenter-right-account3-detail:hover {
    opacity: 1;
    color: #d3621e;
}

.paycenter-right-account3-re {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: linear-gradient(135deg, #FE904E 0%, #FF4242 100%);
    border-radius: 4px 4px 4px 4px;
    width: 60px;
    height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.paycenter-right-account3-re:hover {
    opacity: 0.8;
}

.paycenter-right-grade {
    background-image: url(../img/zhang21.png);
    background-size: 100% 100%;
    width: 100%;
    height: 80px;
    display: inline-block;
    border-radius: 12px 12px 12px 12px;
    margin-top: 16px;
}

.paycenter-right-list {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
}

.paycenter-right-list-title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 16px;

}

.paycenter-more {
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}

.paycenter-right-list-table {
    border-collapse: collapse;
    margin-top: 24px;
    border-radius: 2px;

}

.paycenter-right-list-table tr, .paycenter-right-list-table tr {
    border: 1px solid #E1E3E5;
}

.paycenter-right-list-table table {
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}

.paycenter-right-list-table td {
    width: 25%;
    padding: 12px 0 12px 80px;
}

.paycenter-right-list-table-first {
    background: #F5F8FE;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.paycenter-right-list-table-first td {
    font-weight: bold;
}

.paycenter-right-list-table span {
    color: #3774EB;
    background: rgba(55, 116, 235, 0.1);
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px 6px 6px 6px
}

.paycenter-right-list-table-img {
    text-align: center;
}

.paycenter-right-list-table-img img {
    margin: 100px auto;
    width: 272px;
}

.backfff {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
}

.paycenter-right-order-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.paycenter-right-order-info {
    display: flex;
    align-items: center;
}

.paycenter-right-order-info > div {
    width: 32%;
    background: #F9F9F9;
    border-radius: 6px 6px 6px 6px;
    padding: 24px 16px;
    font-weight: bold;
    font-size: 24px;
    color: #3774EB;
    display: flex;
    align-items: center;
    line-height: 24px;

}

.paycenter-right-order-info > div:nth-child(2) {
    margin: 0 2%;
}

.paycenter-right-order-info > div img {
    width: 16px;
    height: 16px;
}

.paycenter-right-order-info > div span {
    font-size: 14px;
    color: #666666;
    margin: 0 16px 0 8px;
}

.paycenter-right-order-list {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
}

.paycenter-right-order-list td {
    padding: 12px 40px;
}

.paycenter-right-order-list tr {
    border: 1px solid #E1E3E5;
}

.paycenter-right-order-menu {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
}

.paycenter-right-inp {
    position: relative;
}

.paycenter-right-inp input {
    width: 320px;
    height: 48px;
    padding: 14px 90px 14px 14px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
}

.paycenter-right-order-menu1 {
    height: 48px;
    border-radius: 6px;
    /*border: 1px solid #3774EB;*/
    box-sizing: border-box;
    font-size: 0;
}

.paycenter-right-order-menu2 {
    border-radius: 6px 0 0 6px;
}

.paycenter-right-order-menu3 {
    border-radius: 0 6px 6px 0;

}

.paycenter-right-order-menu1 a, .paycenter-right-order-menu1 a:hover {
    background: #fff;
    color: #3774EB;
    width: 104px;
    text-align: center;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border: 1px solid #3774EB;
    font-size: 16px;

}

.paycenter-right-order-menu1 .active, .paycenter-right-order-menu1 .active:hover {
    background: #3774EB;
    color: #fff;
}

.paycenter-right-time-sapn {
    position: absolute;
    height: 48px;
    width: 76px;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #666666;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #EEEEEE;
    background: #fff;
    border-radius: 0 6px 6px 0;
    box-sizing: border-box;
}

.paycenter-right-order-details-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F8FE;
    padding: 16px 24px;
    color: #999999;
    border-bottom: 1px solid #E1E3E5;
    border-radius: 10px 10px 0 0;
    height: 66px;
}

.paycenter-right-order-details > div {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E1E3E5;
    margin-bottom: 16px;

}

.paycenter-right-order-details > div:hover {
    border: 1px solid #3774EB;
}

.paycenter-right-order-details-top-code {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin: 0 50px 0 16px;
}

.paycenter-right-order-details-top1 {
    color: #3774EB;
}

.paycenter-right-order-details-info {
    padding: 16px 24px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.paycenter-right-order-details-info > div {
    width: 20%;

}

.paycenter-right-order-details-info > div:nth-child(2) {
    width: 40%;
}

.paycenter-right-order-details-info > div > div {
    margin: 8px 0;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;

}

.paycenter-right-order-empower {
    text-align: center;
}

.paycenter-right-order-empower span {
    padding: 10px 20px;
    display: inline-block;
    background: rgba(55, 116, 235, 0.1);
    border-radius: 8px 8px 8px 8px;
    color: #3774EB;
}

.paycenter-right-order-empowers {
    text-align: center;
}

.paycenter-right-order-empowers span {
    padding: 10px 20px;
    display: inline-block;
    background: #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    color: #999999;
}

.paycenter-font-name {
    width: 70px;
    text-align: justify;
    display: inline-block;
    text-align-last: justify;

}

.paycenter-right-site {
    width: 100%;
}

.paycenter-right-site img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
}

.paycenter-right-site tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}
.paycenter-right-site tr:hover{
    background: #F5F7FA;
}

.paycenter-right-site tr > td {
    padding: 28px 0;
}

.paycenter-right-site tr > td:nth-child(1) {
    width: 10%;
    padding-left: 36px;
    color: rgba(0, 0, 0, 0.45);

}

.paycenter-right-site tr > td:nth-child(2) {
    width: 70%;

}

.paycenter-right-site tr > td:nth-child(3) {
    width: 20%;
    text-align: right;
    padding-right: 36px;
    color: #3774EB;

}

.paycenter-right-site .avatar-des {
    color: rgba(0, 0, 0, 0.45);
    margin-left: 16px;
    font-size: 14px;
}

.paycenter-right-site tr > td:nth-child(3) span {
    cursor: pointer;
}

.paycenter-right-out {
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
    border-radius: 12px 12px 12px 12px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 56px;
    font-size: 16px;
    color: #3774EB;
    margin-top: 16px;
}

.paycenter-right-site-btn {
    background: rgba(55, 116, 235, 0.1);
    padding: 8px 14px;
    border-radius: 18px 18px 18px 18px;
    display: none;
}

.paycenter-right-site tr > td:nth-child(2) input {
    width: 60%;
    border: 0;
    display: none;

}

.backback {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000049;
    justify-content: center;
    align-items: center;
    display: flex;
    display: none;

}

.backback-menu {
    width: 600px;
    background: linear-gradient(180deg, rgba(55, 116, 235, 0.1) 0%, rgba(55, 116, 235, 0) 100%);
    border-radius: 6px 6px 6px 6px;
    position: relative;
    padding: 16px;

}

.backback-menu:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    z-index: -1;
}

.backback-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 16px;
}

.backback-info {
    background: #fff;
    width: 100%;
    padding: 24px;
}

.backback-info-des {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 52px 52px 52px 52px;
    font-size: 13px;
    color: #3774EB;
    line-height: 24px;
    padding: 10px 24px;
    margin-bottom: 24px;
}

.backback-info-title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    position: relative;
}

.backback-info-inp {
    margin: 8px 0 24px 0;
    position: relative;
}

.backback-info-inp input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 16px;

}

.backback-info-btn {
    display: flex;
    justify-content: space-between;
}

.backback-info-btn > div {
    width: 252px;
    height: 56px;
    border-radius: 8px 8px 8px 8px;
    line-height: 56px;
    text-align: center;

}

.backback-info-btn > div:nth-child(1) {
    background: #F9F9F9;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}

.backback-info-btn > div:nth-child(2) {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.code-img, .code-img1, .code-img2, .code-img3, .code-img4, .code-img5 {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.backback-yan-y {
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
    color: #2670FF;
}

.epasswords, .epasswords1 {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}

.epasswords span, .epasswords1 span {
    color: #3774EB;
    cursor: pointer;

}

.buyapp-menu {
    width: 872px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px 20px 20px 20px;
}

.buyapp-title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/zhang27.png);
    padding: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    position: relative;
}

.buyapp-shan {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.buyapp-info {
    padding: 24px;
}

.buyapp-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

.buyapp-shou {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
}

.buyapp-shous {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 8px 8px 8px 8px;
    padding: 12px 14px;
    color: #3774EB;
    font-weight: bold;
    margin-right: 16px;
}

.buyapp-price {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.buyapp-price > div {
    height: 52px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/zhang29.png);
    margin-right: 16px;
    line-height: 52px;
    text-align: center;
    padding: 0 30px;

}

.buyapp-price > div > span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    height: 48px;
    display: inline-block;
}

.buyapp-price > div > span > span {
    font-size: 24px;
    padding-top: 2px;
}

.buyapp-content {
    padding: 24px 16px;
    background: #F9F9F9;
}

.buyapp-content-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buyapp-content-name1 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.buyapp-content-name2 {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.buyapp-content-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.buyapp-content-li > div {
    width: 385px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    position: relative;

}

.red {
    color: #F61F1F;
}

.buyapp-content-li input {
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    padding: 14px 20px;
    margin-top: 8px;
    width: 100%;
}

.buyapp-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.buyapp-btn span {
    font-size: 28px;
    color: #F23444;
}

.buyapp-btn-ok {
    width: 180px;
    height: 52px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.buyapp-jj, .buyapp-btn .buyapp-zhe {
    font-size: 16px;
    color: #666666;
}

.buyapp-btn span.buyapp-yuan {
    font-size: 18px;
    color: #666666;
    text-decoration: line-through;
    margin: 0 12px 0 5px;
}

.buyapp-content-li-exp {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}

.buyorder-info {
    padding: 24px;
}

.buyorder-info-type-name {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    position: relative;
    padding-left: 10px;
}

.buyorder-info-type-name:before {
    content: '';
    width: 3px;
    height: 18px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.buyorder-info-type img {
    width: 28px;
    height: 28px;
}

.buyorder-info-wx, .buyorder-info-yue {
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    display: inline-block;
    height: 52px;
    width: 200px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    margin-left: 16px;
}

.buyorder-info-type .active {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/zhang29.png);

}

.buyorder-content {
    padding: 0 16px;
    background: #F9F9F9;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buyorder-content > div > div {
    margin: 20px 0;
}

.buyorder-content > div > div > span:first-child {
    width: 100px;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    display: inline-block;
}

.buyorder-content > div > div > span:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    display: inline-block;
    margin-right: 16px;
}

.buyorder-content > div > div > span.buyorder-shou {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    padding: 10px 16px;
    color: #3774EB;
    margin-right: 16px;
}

.buyorder-content > div > div.buyorder-shou1 {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: inline-block;
}

.buyorder-content > div > div > span.red {
    color: #F61F1F
}

.buyorder-copy {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    cursor: pointer;
}

.buyorder-des {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.buyorder-pay {
    width: 320px;
    background: #fff;
    padding: 60px;
    text-align: center;
}

.buyorder-pay-ewm-img {
    width: 200px;
    height: 200px;
    background: #F5F7FA;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    padding: 12px;
    margin: 20px 0;
}

.buyorder-pay-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
}

.buyorder-pay-time {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.buyorder-pay-times {
    color: #259EFF;
}

.buyorder-yue {
    background: linear-gradient(315deg, #DCDDFF 0%, #FFFFFF 100%), rgba(255, 255, 255, 0.2);
    border-radius: 12px 12px 12px 12px;
    display: none;
}

.buyorder-yue-img {
    width: 207px;
    height: 184px;
    padding: 0;
}

.buyorder-yue-btn {
    width: 180px;
    height: 52px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

.buyorder-pay-ewm {
    position: relative;
}

.buyorder-yue-price {
    position: absolute;
    width: 207px;
    height: 52px;
    left: 0;
    top: 0;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #364DDE;
}

.buyapp-content-li select {
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    padding: 14px 20px;
    margin-top: 8px;
    width: 100%;
}

.cha-time span {
    width: 100px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    display: inline-block;
    margin-top: 10px;
    margin-right: 9px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.cha-time span.active {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/zhang29.png);
}

.buyapp-content-li .cha-times {
    width: 100%;
}

.product-buys {
    width: 104px;
    height: 35px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    color: #FFFFFF;
    position: absolute;
    right: 16px;
    top: 16px;
    line-height: 35px;
    text-align: center;
    font-size: 16px !important;
    cursor: pointer;
}

.recharge-price {
    margin: 16px 0 30px;
}

.recharge-wx {
    margin: 16px 0 30px;
}

.recharge-wx .buyorder-info-wx {
    margin: 0;
}

.recharge-ewm {
    width: 200px;
    height: 200px;
    background: #F5F7FA;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    padding: 12px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recharge-ewm-img {
    width: 100%;
    height: 100%;
    display: none;

}

.recharge-ewm-create {
    width: 104px;
    height: 36px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #fff;
}

#recharge-price {
    height: 60px;
}

#recharge-prices {
    width: 130px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #1890FF;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    padding: 0 0 0 16px;
    display: none;
    box-sizing: border-box;
    margin-top: 10px;
}

.grade-info {
    padding: 16px;
    max-height: 720px;
    overflow-y: auto;
}

.grade-des {
    background: #F9F9F9;
    padding: 16px;
    border-radius: 12px 12px 12px 12px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.grade-title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/zhang34.png);
    width: 125px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
}

.grade-saas {
    background: #F9F9F9;
    border-radius: 12px 12px 12px 12px;
    margin: 24px 0;
    padding-bottom: 8px;
}

.grade-list {
    display: flex;
    align-items: center;
    background: #fff;
    margin: 8px 8px 0 8px;
    border-radius: 12px 12px 12px 12px;
    padding: 8px 0;
    padding-left: 36px;
    position: relative;
}

.grade-list > div {
    width: 20%;

}

.grade-list.active {
    background: rgba(55, 116, 235, 0.1);
}

.grade-list-img {
    position: absolute;
    left: 0;
    top: 12px;
    width: 32px;
    height: 32px;
}

.grade-list-name {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.grade-list-title {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.grade-list-price span {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grade-list-zhe span {
    background: linear-gradient(44.99999673502553deg, #FE904E 0%, #FF4242 100%);
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grade-list-plug, .grade-list-app {
    font-weight: bold;
    font-size: 16px;
    color: #3774EB;
    line-height: 16px;
}

.grade-saas-t {
    color: #3774EB;
}

.grade-application {
    position: relative;
    cursor: pointer;
    z-index: 1000;
}

.grade-application-back {
    position: absolute;
    background: #FFFFFF;

    width: 360px;
    box-shadow: 0px 0px 20px 0px rgb(55 116 235 / 6%);
    z-index: 1001;
    left: -160px;
    bottom: 16px;
    display: none;
    border: 1px solid #eee;
    border-radius: 4px;

}

.grade-application:hover .grade-application-back {
    display: block;
}

.grade-application-back-title {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.grade-application-back-info {
    padding: 0 8px;
    max-height: 200px;
    overflow-y: auto;
}

.grade-application-back-info span {
    padding: 2px 8px;
    background: #F9F9F9;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin: 6px 8px;
    display: inline-block;
}

.grade-plug {
    position: relative;
    cursor: pointer;
}

.grade-plug:hover .grade-application-back {
    display: block;
}

.header-nav-btns4, .header-nav-btns4:focus {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    color: #fff;
    outline: none;
}

.header-toggles_10 {
    top: 50px;
    width: 320px;
    right: -80px;
    padding: 24px 24px 12px;
    left: auto
}

@media (max-width: 1600px) {
    .header-toggles_10 {
        top: 50px;
        width: 320px;
        right: -20px;
        padding: 24px 24px 12px;
        left: auto
    }
}

.paycenter-right-account1-lis {
    cursor: pointer;
}

.paycenter-right-account1-lis:hover .paycenter-right-account2-img2-backs {
    display: block;
    left: 0;
}

.paycenter-right-account2-img2-backs {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #eee;

}

.paycenter-right-account2-img2-backs .paycenter-right-account2-img2-back-title {
    line-height: 20px;
    margin: 0;
}

.backback-del {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 针对Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.cha-time span.recharge-other {
    width: 130px;
}
.applet-list{
    display: flex;
}
.applet-list>div {
    width: 32%;
    margin-right: 2%;

}

.applet-list>div:nth-child(3n) {
    margin-right: 0;
}

.applet-time {
    padding: 8px 24px;
    border-bottom: 1px solid #E1E3E5;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.applet-type {
    display: inline-block;
    width: 60px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    background-image: url(../img/zhang41.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 30px;
    margin-right: 16px;
}

.applet-type span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.applet-type1 {
    display: inline-block;
    width: 60px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    background-image: url(../img/zhang42.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 30px;
    margin-right: 16px;
}

.applet-type1 span {
    background: linear-gradient(44.99999673502553deg, #FE904E 0%, #FF4242 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.applet-info{
    display: flex;
    padding: 24px ;
    align-items: center;
}
.applet-info img{
    width: 56px;
    height: 56px;
}
.applet-btn{
    width: 64px;
}
.applet-name{
    width: 100%;
    padding: 0 16px;
}
.applet-btn a{
    width: 64px;
    height: 32px;
    background: linear-gradient( 135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
.applet-title{
    width: 100%;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.applet-version{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}
.applet-con{
    font-weight: 500;
    font-size: 14px;
    color: #3774EB;
    line-height: 16px;
    margin-left: 16px;
    cursor: pointer;
}
.appletinfo-lists .buyapp-info{
    max-height: 600px;
    min-height: 400px;
    overflow-y: auto;
}
.appletinfo-list table{
    width: 100%;
}
.appletinfo-list tr{
    width: 100%;


    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.appletinfo-list tr:hover{
    background: #F5F7FA;
}
.appletinfo-list tr:first-child{
    height: 54px;
    line-height: 54px;
}
.appletinfo-list tr:first-child td{
    font-weight: bold;
}
.appletinfo-list td{
    padding: 0 36px;
}
.appletinfo-list .appletinfo-btn{
    padding: 11px 32px;
}
.appletinfo-xia,.appletinfo-xia:hover{
    display: inline-block;
    width: 64px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3774EB;
    line-height: 32px;
    text-align: center;
    color: #3774EB;
    outline: none;
    list-style: none;

}
.empower-list-name{
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-right: 50px;
}
.empower-list-time{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}
.empower-list-time span{
    color: #3774EB;
}
.empower-list{
    justify-content: space-between;
}
.empower-list-xu,.empower-list-xuplug{
    width: 91px;
    height: 32px;
    background: #3774EB;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.empower-list-log{
    width: 91px;
    display: inline-block;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3774EB;
    font-weight: 400;
    font-size: 16px;
    color: #3774EB;
    line-height: 32px;
    text-align: center;
    margin-left: 8px;
    cursor: pointer;
}
.empower-list-info.paycenter-right-order-details-info > div:first-child{
    width: 30%;
}
.empower-list-info.paycenter-right-order-details-info > div:nth-child(2){
    width: 30%;
}
.empower-list-info.paycenter-right-order-details-info > div:nth-child(3){
    width: 25%;
}
.empower-list-info.paycenter-right-order-details-info > div:nth-child(4){
    width: 15%;
}
.empower-list-wen {
    position: relative;
}
.empower-list-wen-back{
    right: -100px;
    top: 30px;
    display: none;
    border: 1px solid #E1E3E5;
    border-radius: 4px;
    width: 360px;
    cursor: pointer;
    padding: 12px 24px;
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 14%);
}
.empower-list-wen-back .paycenter-right-account2-img2-back-san{
    margin-left: 63px;
}
.empower-list-wen:hover .empower-list-wen-back{
    display: block;
}
.plug-renew-log-list-top{
    background: rgba(55,116,235,0.1);
    border-radius: 52px 52px 52px 52px;
    text-align: center;
    padding: 8px;
}
.plug-renew-log-list-top span{
    font-weight: bold;
    font-size: 18px;
    color: #3774EB;
    line-height: 24px;
    padding: 0 30px;
}
.plug-renew-log-table{
    margin-top: 16px;
}
.plug-renew-log-table td{
    padding:0;
    height: 54px;
    line-height: 54px;
}
.plug-renew-log-table tr td:first-child{
    text-align: center;
}
.plug-renew-log-list{
    max-height: 600px;
    min-height: 400px;
    overflow-y: auto;
}
.renew-app .buyorder-pay{
    padding: 20px 60px;
}
.empower-list-pprice{
    display: inline-block;
    height: 32px;
    background: rgba(55,116,235,0.1);
    border-radius: 4px 4px 4px 4px;
    padding: 8px 24px;
    color: #3774EB;
    margin-right: 8px;
    line-height: 16px;
    font-size: 16px;
}
#times{
    width:16px;
    height: 16px;
    margin-top: 0;
    margin-right: 4px;
    cursor: pointer;
}
#timms{
    width: 80px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    margin: 0 4px 0 12px;
    text-align: center;
    position: relative;
}
.price-mx{
    position: relative;
    font-weight: 500;
    font-size: 13px;
    color: #3774EB;
    cursor: pointer;
}
.price-mx:hover .price-mx-more{
    display: block;
}
.price-mx-more{
    position: absolute;
    bottom: 12px;
    left: 0;
    margin-left: -40px;
    width: 485px;
    border-radius: 12px 12px 12px 12px;
    color: #666;
    background-image: url(../img/zhang43.png);
    background-size: 100% 100%;
    display: none;
    /*box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 14%);*/
}
.price-mx-more-title{
    box-shadow: inset 0px -1px 0px 0px #F0F0F0;
    padding: 13px 16px;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}
.price-mx-more-info{
    padding: 12px 16px;

}
.price-mx-more-des{
    padding: 8px 13px;
    background: #F9F9F9;
    border-radius: 8px 8px 8px 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;

}
.price-mx-more-des p{
    line-height: 20px;
    margin: 4px 0;
}
.price-mx-more-li{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin: 8px 0;
}
.price-mx-more-li span{
    color: #333;
}
.price-mx-more-li .price-mx-more-li-ti{
    color: #FE904E;
}
.price-mx-more-li .price-mx-more-li-price{
    color: #F61F1F;
}
.buyorder-yue1{
    display: none;
    padding-top: 160px;
}
.paycenter-order-type{
    display: flex;
    margin-bottom: 16px;

}
.paycenter-order-type a{
    display: inline-block;
    padding: 12px 16px;
    background: #F9F9F9;
    border-radius: 80px 80px 80px 80px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-right: 40px;
}
.paycenter-order-type a.active{
    background: rgba(55,116,235,0.1);
    color: #3774EB;
}
.order-mx{
    font-weight: 500;
    font-size: 12px;
    color: #3774EB;
    line-height: 14px;
    display: inline-block;
    position: relative;
    padding: 4px 8px;
    background: rgba(55,116,235,0.1);
    border-radius: 2px 2px 2px 2px;
    margin-left: 12px;
    cursor: pointer;
    /*height: 22px;*/
    /*width: 40px;*/
}
.paycenter-right-order-details-info > div:nth-child(2){
    width: 30%;
}
.paycenter-right-order-details-info > div:nth-child(3){
    width: 30%;
}
.order-mx-more{
    width: 300px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #eee;
    display: none;
    position: absolute;
    left: -80px;
    top: 30px;
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 14%);
}
.order-mx-more-title{
    box-shadow: inset 0px -1px 0px 0px #F0F0F0;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}
.order-mx-more-info{
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 12px 16px;
}
.order-mx-more-info span{
    color: #666;
}
.order-mx:hover .order-mx-more{
    display: block;
}
.paycenter-right-account2-img2-back{
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 14%);
}
.paycenter-applet-des{
    margin-top: 16px;
    font-size: 14px;

}
.paycenter-applet-des img{
    width: 16px;
    height: 16px;
    margin-left: 4px;
    cursor: pointer;

}
.paycenter-applet-des>div{
    line-height: 16px;
    margin-top: 8px;
}
.paycenter-applet-des span{
    cursor: pointer;
    color: #3774EB;
    margin-right: 4px;
}
.applet-menu{
    height: 80%;
    width: 1100px;
}
.applet-menu-info{
    overflow-y: auto;
    height:  calc(100% - 68px);
    padding: 60px;
}